fix stack buffer overflow errors in igc reader.
authortsteven4 <13596209+tsteven4@users.noreply.github.com>
Wed, 5 Feb 2020 18:44:54 +0000 (18:44 +0000)
committertsteven4 <13596209+tsteven4@users.noreply.github.com>
Wed, 5 Feb 2020 18:44:54 +0000 (18:44 +0000)
commit5366625ad308898dc620d37ce2eb7cd9bfa4bf14
treef07f882179d76e53afd486f9101f67d5e7778916
parent9f5e3e4b97fb29a3d63673ed7e2d9ba946989833
fix stack buffer overflow errors in igc reader.

These were discoverd by gcc 9.2.1 address sanitizer.
They were introduced in 24195b5c4.  The [ conversion specifier
always stores a null character in addition to the characters matched
(so the argument array must have room for at least width+1 characters)
igc.cc